add IA64_MCA_CPU_INIT_STACK_OFFSET which is used in
MINSTATE_START_SAVE_MIN_PHYS
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
#include <xen/sched.h>
#include <asm/processor.h>
#include <asm/ptrace.h>
+#include <asm/mca.h>
#include <public/xen.h>
#include <asm/tlb.h>
#include <asm/regs.h>
DEFINE(UNW_FRAME_INFO_SIZE, sizeof (struct unw_frame_info));
DEFINE(SHARED_INFO_SIZE, sizeof (struct shared_info));
+ BLANK();
+ DEFINE(IA64_MCA_CPU_INIT_STACK_OFFSET, offsetof (struct ia64_mca_cpu, init_stack));
+
BLANK();
#ifdef VTI_DEBUG
DEFINE(IVT_CUR_OFS, offsetof(struct vcpu, arch.arch_vmx.ivt_current));